projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb4ba6
)
(display_menu_item): Don't treat buttons specially.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 17:43:52 +0000
(17:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 17:43:52 +0000
(17:43 +0000)
lwlib/xlwmenu.c
patch
|
blob
|
history
diff --git
a/lwlib/xlwmenu.c
b/lwlib/xlwmenu.c
index 4083183e31f410b9a46a42e48ec007bd73fd3542..09945e25224799a9217a7c3db97b98d262ab249f 100644
(file)
--- a/
lwlib/xlwmenu.c
+++ b/
lwlib/xlwmenu.c
@@
-486,8
+486,11
@@
display_menu_item (mw, val, ws, where, highlighted_p, horizontal_p, just_compute
width = ws->width - 2 * shadow;
}
+#ifdef 0
/* see if it should be a button in the menubar */
button_p = horizontal_p && val->call_data;
+#endif
+ button_p = 0;
/* Only highlight an enabled item that has a callback. */
if (highlighted_p)